Fix comment describing return value -- xs_rm returns false if the path does not
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 3 Jan 2006 16:29:42 +0000 (16:29 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 3 Jan 2006 16:29:42 +0000 (16:29 +0000)
exist, not true.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xenstore/xs.h

index e4760825316966b2a92841887fb25338e81df3ee..c86a8160074767ed017a6e632236d13180202bb6 100644 (file)
@@ -68,7 +68,7 @@ bool xs_mkdir(struct xs_handle *h, struct xs_transaction_handle *t,
              const char *path);
 
 /* Destroy a file or directory (and children).
- * Returns false on failure, or success if it doesn't exist.
+ * Returns false on failure, or if it doesn't exist.
  */
 bool xs_rm(struct xs_handle *h, struct xs_transaction_handle *t,
           const char *path);